home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / anosgw6.lzh / 29kgw6.doc next >
Text File  |  1993-11-21  |  3KB  |  77 lines

  1. New in version 29kgw6 of AmigaNOS:
  2.  
  3. 1) slip routines optimised for speed
  4.  
  5. 2) nntp optimised for speed (including asynchronous I/O), hash tables
  6.  
  7. 3) NNTP BATCH command added - format:
  8.    NNTP BATCH <n>
  9.    where <n> is the number of outstanding requests allowable.
  10.    This allows news to be requested whilst still receiving previous
  11.    news item[s] - improves speed significantly for those servers that support
  12.    it. Default is NNTP BATCH 1 - ie no batching. NNTP BATCH 12 is a good
  13.    value to try.
  14.  
  15. 4) Serial device handling improved
  16.  
  17. 5) Summertime (daylight saving time) bug in the Time client solved
  18.    (I hope).
  19.  
  20.  
  21. New in version 29kgw5 of AmigaNOS:
  22.  
  23. 1) Time client added (ported from PC version)
  24.    New commands:
  25.      TIME SERVER <address> sets the time server to be used
  26.      TIME MINCORRECT <seconds> minimum amount to alter clock
  27.      TIME MAXCORRECT <seconds> maximum amount to alter clock
  28.      TIME SET set machine clock from time server
  29.  
  30. 2) Stack size for Digger increased (attempt to prevent crashes)
  31.  
  32. 3) ABORT command added for dial scripts. Format:
  33.    ABORT <"string1"> [<"string2">...]
  34.    Aborts dial attempt if any of string1, string2... are received.
  35.  
  36. 4) Stack size for Chatnode increased (attempt to prevent crashes)
  37.  
  38. 5) ARexx port (named AMIGANOS) added. Allows issuing of any AmigaNOS
  39.    command via the ARexx port. NB EXIT will currently return 20, even
  40.    though it does succeed.
  41.  
  42. 6) Command interpreter changed to be case blind
  43.  
  44. 7) Various features added to support external clients. New command CLIENT
  45.    added:
  46.     CLIENT <clientname>
  47.    starts off an external client called clientname located in slip:Clients
  48.  
  49. 8) AutoExit changed:
  50.    New parameters of SUSPEND and RESUME. If more SUSPENDs have been issued
  51.    than RESUMEs, AutoExit will not actually exit. Intended for use with
  52.    processes which need to disable AutoExits for a while, but want to
  53.    restore the situation they inherited (eg external clients).
  54.  
  55. 9) AutoExit Start now exits straightaway if there are no active TCP
  56.    connections.
  57.  
  58. 10) ASYSTAT now displays NO CARRIER, ACTIVE, DIALLED status indicator
  59.     against serial device. Status information now held more sensibly,
  60.     by device.
  61.  
  62. 11) New command AMIGA GUIDE <ON|OFF>. Alters help to use
  63.     AmigaGuide. You must have AmigaGuide on your system, and you must
  64.     have a file called AmigaNOS.guide accessible to AmigaGuide. It'll help
  65.     if this file has information on AmigaNOS in it as well :-)
  66.  
  67. 12) AMIGA REXX command now starts a new process to execute the Rexx macro.
  68.  
  69. 13) New parameter added to FTP command. The format is now:
  70.     FTP <host> [<port> [<file>]]
  71.     If <file> is present, then ftp commands will be executed from <file>
  72.     rather then from the console. The ftp session will terminate automatically
  73.     when it hits end-of-file. Useful (especially in conjunction with the ARexx
  74.     port) for unattended ftp sessions. If you want to specify <file> but
  75.     not <port> then use * as the port (eg ftp ftp.demon.co.uk * ftpfile).
  76.  
  77.